home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1996 #15
/
Monster Media Number 15 (Monster Media)(July 1996).ISO
/
renegade
/
rgd04_05.zip
/
MCI.DOC
< prev
next >
Wrap
Text File
|
1996-04-18
|
8KB
|
155 lines
These are the normal MCI codes:
Old Description New
Code Code
------------------------------------------------
@g - Account balance %AB
@F - User's address %AD
@! - Aborting off %AO
@h - Baud rate %BD
@c - BBS Name %BN
@d - BBS Phone %BP
@7 - Clear screen %CL
@4 - Current Message Number %CM
@2 - Current Conference Name %CN
@l - Credits %CR
@1 - Current Conference Tag %CT
User defined answer #1 %D1
User defined answer #2 %D2
User defined answer #3 %D3
@a - Date %DA
@m - Debits %DB
@j - Daily download limit %DD
@8 - Delay %DE
@P - User's kbytes downloaded %DK
@N - User's number of files downloaded %DL
@J - User's Download Security Level %DS
Time of Day (Morning, Afternoon, etc) %DT
Date of subscription expiration %ED
Amount of email sent %ES
Email waiting %EW
@n - Days left until expiration %EX
@Z - Current File base number %F#
@Y - Current File base name %FB
First date on system %FD
@3 - Free Kbytes in current file area %FK
@C - User's first name %FN
@& - Mr. or Ms. by gender %GN
@5 - Highest Message Number Available %HM
@k - Kbyte daily download limit %KD
U/D k ratio %KR
@K - User's last call date %LC
@M - Line Feed %LF
@D - User's last name %LN
@G - User's Location (City/State) %LO
@X - Current Message base number %M#
@W - Current Message base name %MB
@i - Time left in minutes %ML
Minutes online so far %MO
@o - Messages remaining left to read %MR
@0 - Node Number %ND
U/D ratio %NR
User's terminal emulation %O1
User's screen size %O2
User's screen clearing toggle %O3
User's f/s editor toggle %O4
User's screen pausing toggle %O5
User's hotkey toggle %O6
Expert mode on/off %O7
Mailbox status %O8
Color on/off %O9
@9 - Pause %PA
@f - Post/Call Ratio %PC
@E - User's phone number %PN
@# - Pausing off %PO
@R - User's number of posts %PS
User's password %PW
Batch Queue - Download # %QD
Batch Queue - Upload # %QU
@B - User's Real Name %RN
SysOp defined category #1 %S1
SysOp defined category #2 %S2
SysOp defined category #3 %S3
@~ - Total system callers %SC
@I - User's Security Level %SL
@e - SysOp Name %SN
User's sex (Male/Female) %SX
Timebank added today %TA
Timebank time %TB
@L - User's total calls %TC
@S - User's number of downloads today %TD
@b - Time %TI
@T - User's kbytes of downloads today %TK
@V - User's Time left %TL
Total time on system %TT
User's age %UA
User's birthdate %UB
User's calls today %UC
@Q - User's kbytes uploaded %UK
@O - User's number of files uploaded %UL
@A - User's Handle %UN
User number %UU
Renegade version %VR
@H - User's Zip Code %ZP
------------------------------------------------
___________
CHAPTER 4-B
___________
Some single character MCI codes are used outside of what the remote user
would see. These are used in Doors, Protocols, and Archivers, and other
SPECIAL places. Here is a list of them:
%A Actual Baud Rate
%B Baud Rate reported (Locked, if active.)
%C Archive Comment (Archivers only)
%C Com port address (Protocols only)
%D Download File List
%E Com port IRQ
%F File to be processed
%G Graphics (0=Off, 1=On)
%I Filenames
%K Complete name and path of the current file bases's *.DIR
file.
%L Log file (Protocol)
%M Main RG Directory
%N Node Number
%O Door Drop file for Current Node
%P Port Number
%R Current User's Real Name
%T Time Left
%U Current User's Handle
%1 Current User's Real First Name
%2 Current User's Real Last Name
%# User Number
In ACTIONS.LST ONLY, the following MCI codes are in effect.
%G Will display His/Her based on the sender's gender.
%H Will display Him/Her based on the sender's gender.
In QUOTE SECTION OF STRING.DAT ONLY, the following MCI codes are in
effect.
@F User the message is from.
@T User the message is to.
@D Date of the message.
@S Subject of the message.
@B Message Base the message was posted on.
If you want to make sure that the code is spaced correctly, you
can now pad the MCI with a code at the end. An example of this is:
v-- Code
%UN#50 Will print the current user's name padded to 50
^^-| spaces.
|
- Number of spaces
This padding will also limit the MCI to a certain number of characters.